﻿@media ( min-width:768px) and ( max-width:991px) {
	html {
		width: 100%;
		height: 100%;
		font-size: 62.5%;
		/* 10÷16=62.5% */
	}
	body {
		font-size: 16px;
		font-size: 1.6rem;
		/* 12÷10=1.2 */
	}
	.container {
		margin-right: auto;
		margin-left: auto;
		width: 96%;
	}
	.container:before,
	.container:after {
		content: " ";
		display: table;
	}
	.container:after {
		clear: both;
	}
	.container:before,
	.container:after {
		content: " ";
		display: table;
	}
	.container:after {
		clear: both;
	}
	.subbanner {
		height: 200px;
	}
	.news-item p.text {
		font-size: 14px;
		word-break: break-all;
		text-overflow: ellipsis;
		display: -webkit-box;
		/** 对象作为伸缩盒子模型显示 **/
		-webkit-box-orient: vertical;
		/** 设置或检索伸缩盒对象的子元素的排列方式 **/
		-webkit-line-clamp: 2;
		/** 显示的行数 **/
		overflow: hidden;
		/** 隐藏超出的内容 **/
		height: auto;
		margin-bottom: 20px;
	} 
	.menus .WebLink{
		display: none;
	}
	.burger_menu{
		display: block !important;
		top: 0 !important;
		float: right;
		margin-top: 1.7%;
	} 
	.project-class .col-sm-4{
		width: 25%;
		margin-bottom: 5px;
	}
	.news ul li .SubInfo .sub{
		min-height: 50px;
		-webkit-line-clamp: 2;
		margin-top: 16px;
	}
	.news ul li .SubInfo .more{
		margin-top: 14px;
	}
	.news ul li .time-box{
		width: 8.5%;
		margin-top: 2%;
	}
	.outline-sf{
		margin-right: 6%;
	}
	.outline .btm-info{
		padding: 0 30px;
	}
	.outline .btm-info .left-info{
		width: 100%;
	}
	.outline .btm-info .right-info{
		width: 100%;
	}
	.values .sort{
		margin-bottom: 8px;
	}
	.values .sort img{
		display: block;
		margin: 0 auto;
	}
}

@media ( min-width:768px) and ( max-width:1024px) {
	 
}
@media ( min-width:768px) and ( max-width:930px) {
	  
}

@media ( min-width:768px) and ( max-width:780px) {
	 
}

@media ( min-width:768px) and ( max-width:875px) {
	 
}

@media ( max-width:810px) {
	 
}